3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A drawing engine may support CSG IDs that determine what number a drawing engine assigns to triangles submitted for drawing. You specify an engine's CSG ID by assigning a value to its kQATag_CSGTag state variable. The default value of this variable for a drawing engine that supports CSG is kQACSGTag_None . You can use the following constants to specify a CSG ID.
#define kQACSGTag_None 0xffffffffUL
#define kQACSGTag_0 0
#define kQACSGTag_1 1
#define kQACSGTag_2 2
#define kQACSGTag_3 3
#define kQACSGTag_4 4
Previous | QD3D Book | Overview | Chapter Contents | Next |